@charset "utf-8";


body {
    font-family: "微软雅黑", "Arial";
    font-size: 14px;
    margin: 0px auto;
    padding: 0px;
    color: #333;
    position: relative;
    padding-top: 100px;
    background: #f7f8fc;
    padding-top: 120px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #06348b;
        transition: all 300ms ease-in;
    }

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    object-fit: cover;
}

ul, li, p, form, input, form, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block;
}

.hidden, .p_menu {
    display: none;
}



input, textarea {
    outline: none; /*去掉选中边框*/
    background: none;
    　　　　outline: none;
    　　　　appearance: none;
    　　　　-moz-appearance: none;
    　　　　-webkit-appearance: none;
    border: 0px;
    padding: 0px;
}


.w12 {
    width: 1200px;
    margin: 0px auto;
}

.header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    font-size: 16px;
    background: #fff url("../images/top_bg.png") no-repeat right center;
    height: 120px;
    box-shadow: 0px 0px 8px #e3e3e3;
}

    .header .w12 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        height: 100%;
    }

.logo {
    width: 300px;
}

.menu {
    width: 700px;
    height: 100%;
}

    .menu ul {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
        justify-content: flex-end;
    }

    .menu li {
        padding: 0px 20px;
        position: relative;
    }

        .menu li:last-child {
            padding-right: 0px
        }

        .menu li a {
            padding: 0px 30px;
            display: flex;
            align-items: center;
            height: 100%;
        }

            .menu li a.aa:hover, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5, .menu li a.aa1 {
                background: #06348b url("../images/a_hover.png") no-repeat center 20px;
                color: #fff;
                transition: all 300ms ease-in;
            }

        .menu li .wnav {
            position: absolute;
            left: 50%;
            margin-left: -9em;
            top: 120px;
            background: #06348b;
            text-align: center;
            border-radius: 0px 0px 20px 20px;
            box-sizing: border-box;
            width: 18em;
            display: none;
        }

        .menu li .wn {
            display: flex;
            flex-direction: column;
            text-align: center;
            margin: 20px 20px 40px 20px;
            box-sizing: border-box;
        }

            .menu li .wn a {
                color: #fff;
                font-size: 14px;
                line-height: 45px;
                border-bottom: solid 1px #4b6dab;
                padding: 0px;
                width: 100%;
                justify-content: center;
                padding: 0px;
            }

                .menu li .wn a:hover {
                    background: #fff;
                    color: #06348b;
                    font-weight: bold;
                }

.index {
    background: url("../images/index.jpg") no-repeat center top;
    height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.in_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .in_con h1 {
        font-size: 55px;
        color: #fff;
    }

    .in_con h2 {
        font-size: 60px;
        font-family: "Arial";
        color: #fff;
        margin: 10px 0px 40px 0px;
    }

.search {
    width: 70%;
    height: 55px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.s_btn {
    width: 80px;
    background: #54a795;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.t1 {
    border: 0px;
    background: none;
    padding-left: 20px;
    font-family: 微软雅黑;
    font-size: 16px;
    width: 100%;
}

.footer {
    background: #06348b url("../images/bot_bg.jpg") no-repeat center top;
    height: 220px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

    .footer .w12 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        height: 100%
    }

.f_right {
    width: 105px;
    text-align: center;
}

.f_left p span:last-child {
    padding-left: 30px;
}

.f_left a {
    color: #fff;
}

.f_m {
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 20px;
    font-size: 18px;
    display: inline-block;
}

    .f_m a {
        color: #fff;
        padding-right: 48px;
        line-height: 40px;
    }

        .f_m a:last-child {
            padding-right: 30px;
        }

        .f_m a:hover {
            color: #54a795;
        }

.banner img {
    width: 100%
}

.site {
    background: #fff;
    height: 55px;
}

.p_s {
    text-align: right;
    line-height: 55px;
    font-size: 14px;
}

    .p_s a {
        color: #333;
    }

.content {
    padding-bottom: 80px;
}

    .content .w12 {
        display: flex;
        flex-direction: row;
        justify-content:space-between; position: relative; 
    }

.left {
    width: 300px;
    box-sizing: border-box;
    margin-top: -100px;
}
.d_left{ position:fixed; left: calc((100vw - 1220px)/2); top:220px; z-index: 9999;}

.right {
    width: 860px; 
}

.l_title {
    background: #06348b url("../images/ico3.png") no-repeat right center;
    color: #fff;
    height: 130px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .l_title h1 {
        font-size: 30px;
        line-height: 40px;
    }

.l_menu {
    border: solid 2px #e3e3e3;
    padding: 30px 20px 150px 20px;
    border-top: 0px;
    background: #fff url("../images/l_bg.jpg") no-repeat right bottom;
}

.lm1 {
    border-bottom: solid 1px #e3e3e3;
    line-height: 24px;
    padding: 15px 0px 15px 40px;
    font-size: 16px;
    background: url("../images/ico1.jpg") no-repeat 10px center;
    cursor: pointer;
}

    .lm1 a:hover, .lm0 a, .lm0 {
        font-weight: bold;
        color: #06348b;
    }

.lm2 {
    padding: 10px 0px;
    border-bottom: solid 1px #e3e3e3;
    display: none;
}

    .lm2 a {
        line-height: 24px;
        margin: 10px 0px;
        padding: 3px 0px;
        display: block;
        text-align: center;
    }

        .lm2 a:hover, a.l_click {
            background: #54a795;
            color: #fff;
            border-radius: 15px;
        }

.r_t {
    margin: 40px 0px;
    text-align: center;
}

.i_pro .r_t {
    margin: 40px 0px 40px 0px;
}

.r_t b {
    border-bottom: solid 4px #06348b;
    font-size: 24px;
    color: #06348b;
    display: inline-block;
    line-height: 50px;
}

.r_t span {
    font-size: 16px;
}

.pc21 b {
    font-size: 16px;
}

.pc22 {
    color: #666;
}

.p_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.p_list li {
    width: 280px;
    background: #fff;
    margin: 0px 10px 10px 0px;
    text-align: center;
    position: relative;
}

    .p_list li:nth-child(3n) {
        margin-right: 0px;
    }

    .p_list li a {
        border: solid 2px #e3e3e3;
        display: block;
    }

.ips1 .p_list li:nth-child(3n) {
    margin-right: 10px;
}

.ips1 .p_list li:nth-child(4n) {
    margin-right: 10px;
}


.p_img {
    width: 280px;
    height: 280px;
}

.p_click {

    background: #06348b;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 35px 0px 0px 0px;
    display: none;
}

    .p_click img {
        width: 30px;
        margin-top: 10px;
    }

.p_n {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 80%;
    margin: 0px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p_x {
    color: #666;
    width: 80%;
    margin: 0px auto;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 20px;
}

.p_list li a:hover {
    border: solid 2px #06348b;
}

    .p_list li a:hover .p_click {
        display: block;
    }

    .p_list li a:hover .p_img {
        opacity: 0.8
    }

.pager {
    margin: 35px 0px 0px 0px;
    text-align: center;
}

    .pager li {
        display: inline-block;
    }

        .pager li a {
            background: #fff;
            border-radius: 20px;
            border: solid 1px #e3e3e3;
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }

    .pager li {
        padding: 0px 3px;
    }

        .pager li a:hover, .pager li.active a {
            background: #06348b;
            border: solid 1px #06348b;
            color: #fff;
            font-weight: bold;
        }

.er {
    text-align: center;
    margin: 50px 0px;
}

    .er a {
        width: 9em;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        display: inline-block;
        color: #fff;
        margin: 20px 0px 0px 0px;
        background: #06348b;
    }


.coa {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: solid 2px #e3e3e3;
    margin-top: 50px;
    color: #999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
}

.t3 {
    width: 40%;
    border: 0px;
    font-size: 14px;
    text-indent: 2em
}

.btn3 {
    width: 200px;
    text-align: center;
    color: #fff;
    background: #06348b;
}

.coa_list {
    background: #fff;
    border: solid 2px #e3e3e3;
    padding: 20px 20px 50px 20px;
    margin-top: 20px;
}

    .coa_list li {
        padding: 15px;
        display: flex;
        flex-direction: row;
        background: #fff;
        border-bottom: solid 2px #e3e3e3;
    }

        .coa_list li a {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            align-items: center;
            height: 100%
        }

.ca_ico {
    width: 42px;
    height: 47px;
}

.c_n {
    margin: 0px 20px;
}

.c_b {
    color: #999;
    font-size: 14px;
}

.c_file {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cd_img2 {
    display: none;
}

.c_down {
    line-height: 40px;
}

    .c_down img {
        float: right;
        margin: 10px 0px 0px 10px;
    }

.coa_list li a:hover .cd_img1 {
    display: none;
}

.coa_list li a:hover .cd_img2 {
    display: block
}

.tec {
    border: solid 2px #e3e3e3;
    background: #fff;
    padding: 40px;
    line-height: 30px;
}

.tc1 {
    margin-bottom: 30px;
}

    .tc1 h1 {
        font-size: 20px;
        color: #06348b;
        margin-bottom: 10px;
    }

.y1 {
    padding: 10px 0px;
    line-height: 24px;
}

.y11 b {
    background: #0a347f;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
    display: inline-block;
}

.pd1 {
    border: solid 2px #e3e3e3;
    background: #fff url("../images/pd1.png") no-repeat right bottom;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 24px;
    justify-content: space-between;
    align-content: stretch;
}

.pd1_img {
    padding: 10px;
    display: flex;
    width: 300px;
}

    .pd1_img img {
        width: 300px;
        height: 300px;
    }

.pd1_c {
    flex: 1;
    padding: 30px;
    border-left: solid 1px #e3e3e3;
}

    .pd1_c h1 {
        font-size: 20px;
        color: #06348b;
        line-height: 24px;
        margin-bottom: 15px;
        position: relative;
    }

        .pd1_c h1 a {
            position: absolute;
            right: 0px;
            top: -10px;
            font-size: 14px;
            border: solid 1px #06348b;
            padding: 0px 20px;
            line-height: 30px;
            border-radius: 15px;
            height: 30px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .pd1_c h1 a img {
                width: 20px;
                margin: 0px 5px 0px 0px;
                width: 20px;
                height: 22px;
            }

            .pd1_c h1 a:hover {
                background: #06348b;
                color: #fff;
            }

.w_1 img {
    height: 30px;
    margin: 0px 10px 0px 20px
}

.pc1 {
    margin: 0px 0px 30px 0px;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 30px;
}

    .pc1 span {
        color: #06348b;
        margin-right: 8px;
    }

.pc2 {
    line-height: 30px;
    position: relative;
}

.xj {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #06348b;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

    .xj img {
        width: 25px;
        margin: 5px 0px 0px 0px
    }

    .xj:hover {
        opacity: 0.7;
    }

.w_0 {
    display: none;
}

.w_1 {
    border: solid 2px #06348b;
    line-height: 30px;
    padding: 5px;
    text-align: center;
    border-radius: 20px; flex-direction: row;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
.w_1 p{   display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;}


.pd3 {
    background: #fff;
    border: solid 2px #e3e3e3;
    margin: 15px 0px;
}

.pd31 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #0a347f;
    color: #fff;
    line-height: 50px;
    flex-wrap: wrap;
    height: 50px;
    font-size: 20px;
    text-indent: 2em;
    font-weight: bold;
    border-bottom: solid 1px #e3e3e3;
}

    .pd31 img {
        width: 30px;
        float: right;
    }

.pd32 {
    padding: 40px;
    line-height: 30px;
}



.page4 .content {
    padding-bottom: 0px;
}

.a_m {
    text-align: right;
}

    .a_m a {
        display: inline-block;
        padding: 0px 30px;
        font-size: 16px;
        line-height: 55px;
    }

        .a_m a:hover, .a_m a.ad {
            background: #06348b;
            color: #fff;
            font-weight: bold;
        }

.a_t {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #06348b;
    line-height: 50px;
    margin: 0px 0px 40px 0px;
}

    .a_t .line {
        background: #06348b;
        height: 4px;
        width: 4em;
        margin: 0px auto;
    }

.p80 {
    padding: 80px 0px;
}

#about {
    background: url("../images/a_bg.png") no-repeat 80% bottom;
}

.a_0 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.a1_1 {
    width: 50%
}

    .a1_1 img {
        border-radius: 10px;
    }

.a1_2 {
    width: 40%;
    line-height: 30px;
}

#team {
    background: #fff;
}

.a_t p {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10px;
}

.t_img {
    margin: 20px 0px 0px 0px;
}

    .t_img img {
        border-radius: 10px;
    }

.c_box {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cb1 {
    width: 40%;
    padding: 0px 0px 0px 55px;
    box-sizing: border-box;
    line-height: 28px;
}

.cb2 {
    width: 50%;
}

.cb1 p:first-child {
    font-size: 18px;
    color: #06348b;
    font-weight: bold;
    margin-bottom: 15px;
}

.cb1 p:last-child {
    margin-top: 10px;
    width: 107px;
    text-align: center;
}

    .cb1 p:last-child img {
        border: solid 1px #e3e3e3;
        width: 105px;
        display: block;
    }

.i_pro {
    padding: 0px 0px 50px 0px;
}

.ip_m {
    text-align: center;
    margin-bottom: 20px;
}

    .ip_m li {
        display: inline-block;
        padding: 0px 20px;
        border: solid 1px #e3e3e3;
        margin: 0px 5px;
        height: 40px;
        line-height: 40px;
        min-width: 90px;
        background: #fff;
        border-radius: 20px;
        cursor: pointer;
        font-size: 15px;
        text-align: center;
    }

        .ip_m li:hover, .ip_m li.ip_hover, .ip_m li:hover a, .ip_hover a {
            background: #06348b;
            color: #fff;
        }

.ips1 {
    display: none;
}

@media screen and (max-width: 960px) {
    body {
        padding-top: 60px;
    }

    .show {
        display: none;
    }

    .hidden {
        display: block;
    }

    .header {
        background: #fff;
        height: 90px;
    }

    .w12 {
        width: 94vw;
    }

    .header {
        height: 60px;
    }

    .logo {
        width: auto;
        height: 50px;
    }

        .logo img {
            height: 50px;
        }

    .m_ico img {
        height: 30px;
    }

    .close {
        display: none;
    }

    .menu {
        position: absolute;
        left: 0px;
        top: 60px;
        background: rgba(6,52,139,0.9);
        height: 100vh;
        width: 100vw;
    }

        .menu ul {
            flex-direction: column;
            justify-content: center;
            align-content: center;
            align-items: center;
            width: 100vw;
            height: auto;
        }

        .menu li {
            justify-content: center;
            position: static;
            line-height: 10vh;
            width: 90vw;
            margin: 0px auto;
            border-bottom: solid 1px #7b8fb2;
            padding: 0px;
            margin: 0px;
        }

            .menu li a.aa {
                cursor: default;
                pointer-events: none;
            }

            .menu li a {
                font-size: 18px;
                color: #fff;
                text-align: center;
                padding: 0px;
                width: 100%;
                height: 100%;
                display: block;
                font-weight: bold;
            }

                .menu li a:hover {
                    background: none;
                }

            .menu li .wnav {
                background: none;
                width: 100%;
                position: static;
                left: auto;
                top: auto;
                width: 100%;
                text-align: center;
                margin: 0px;
                padding: 0px;
            }

            .menu li .wn {
                padding: 0px;
                margin: -10px 0px 20px 0px;
            }

                .menu li .wn a {
                    border-bottom: 0px;
                    width: 100%;
                    display: block;
                    line-height: 40px;
                    font-weight: normal;
                }

    .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4 {
        background: none;
    }

    .index {
        background: url("../images/iw_bg.jpg") no-repeat;
        width: 100%;
        height: 70vh;
        background-size: cover;
    }

    .in_con h1 {
        font-size: 24px;
    }

    .in_con h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .search {
        width: 80%;

        height: 40px;
    }

    .s_btn {
        width: 60px;
    }

    .footer {
        background: #06348b url("../images/w_bot.jpg") no-repeat center bottom;
        padding-bottom: 60px;
        height: auto;
        background-size: 100%;
    }

        .footer .w12 {
            flex-direction: column;
        }

    .f_left p span {
        display: block;
        text-align: center;
        line-height: 24px;
    }

    .f_right {
        margin-top: 20px;
    }

    .f_m {
        display: flex;
        padding-top: 30px;
        text-align: center;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }

        .f_m a {
            padding: 0px;
            font-size: 16px;
        }

            .f_m a:last-child {
                padding-right: 0px;
            }

    .w_s {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        height: 55px;
        line-height: 55px;
    }

    .ws1 {
        font-size: 16px;
        font-weight: bold;
        align-items: center;
        display: flex;
    }

        .ws1 img {
            width: 30px;
            margin: 0px 5px 0px 0px;
        }

    .ws2 {
        font-size: 14px;
    }

        .ws2 img {
            height: 10px;
            margin: 0px 0px 0px 5px;
        }

    .content {
        padding-bottom: 40px;
    }

    .pager li a {
        width: 35px;
        height: 35px;
        border-radius: 17px;
        line-height: 35px;
        font-size: 14px;
    }

    .right {
        width: 100%;
    }

    .r_t b {
        font-size: 20px;
        line-height: 30px;
        border-bottom: solid 3px #06348b;
    }

    .p_list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p_list li {
        width: 46vw;
        margin: 0px 0px 10px 0px
    }

    .p_img {
        width: 46vw;
        height: 46vw;
    }

    .p_n {
        font-size: 15px;
    }

    .p_x {
        font-size: 12px;
    }

    .left {
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.8);
        margin: 0px;
        padding: 0px;
    }

    .m_box {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .l_menu {
        overflow-y: scroll;
        width: 80vw;
        background: #06348b;
        border-radius: 20px;
        border: 0px;
        padding: 20px 20px 40px 20px;
        max-height: 80vh;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .p_close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        z-index: 9999;
    }

        .p_close img {
            width: 100%;
        }

    .lm1 {
        background: none;
        height: 8vh;
        line-height: 8vh;
        text-align: center;
        color: #fff;
        border-bottom: solid 1px #788db8;
        padding: 0px;
    }

    .lm1 {
        color: #fff;
    }

        .lm1 a {
            color: #fff;
        }

    .lm0 a {
        font-weight: normal;
    }

    .lm2 {
        border-bottom: solid 1px #788db8;
    }

        .lm2 a {
            color: #fff;
            padding: 0px;
            margin: 0px;
            line-height: 40px;
        }

            .lm2 a:hover, a.l_click {
                background: #fff;
                color: #06348b;
                border-radius: 0px;
                font-weight: bold;
            }

    .y11 {
        margin-bottom: 10px;
    }

        .y11 b {
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .coa {
        width: 100%;
        margin: 20px auto;
        flex-direction: column;
        height: auto;
    }

        .coa .t3 {
            height: 70px;
            line-height: 70px;
            border-bottom: solid 1px #e3e3e3;
            width: 100%;
            text-align: center;
            text-indent: 0px;
        }

        .coa span {
            display: none;
        }

        .coa .btn3 {
            margin: 20px auto;
            height: 40px;
            line-height: 40px;
            border-radius: 25px;
            width: 50%;
        }

    .ca_ico {
        transform: scale(0.7);
    }

    .c_b, .c_down span {
        display: none;
    }

    .c_n {
        margin: 0px;
    }

    .tec {
        padding: 30px 20px;
        line-height: 27px;
    }

    .page20 .content {
        padding: 0px;
    }

    .page20 .site {
        display: none;
    }

    .page20 .banner {
        display: none;
    }

    .page20 .content .w12 {
        width: 100vw;
    }

    .pd1 {
        border: 0px;
        padding: 20px;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .pd1_img {
        width: calc(100vw - 40px);
        padding: 0px;
        margin: 0px 0px 30px 0px;
        border: 0px;
        border-bottom: solid 2px #e3e3e3;
        padding-bottom: 20px;
    }

    .pd1_c {
        padding: 0px;
        border: 0px;
    }

        .pd1_c h1 {
            font-size: 20px;
        }

    .pd1_img img {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }

    .pd3 {
        border: 0px;
    }

    .pd32 {
        padding: 20px;
    }

    .pd3 {
        margin: 0px;
    }

    .pd31 {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-indent: 1em;
    }



    #about {
        background-size: 100%;
    }

    .p80 {
        padding: 30px 0px 50px 0px;
    }

        .p80 .w12 {
            width: 90vw;
        }

    .a_t {
        font-size: 20px;
    }

    .a_0 {
        flex-direction: column;
    }

    .a1_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .a1_2 {
        width: 100%;
    }

    .c_box {
        flex-direction: column;
    }

    .cb1 {
        width: 100%;
        padding: 30px;
    }

    .cb2 {
        width: 100%;
    }

    .ip_m {
        text-align: left;
        overflow-x: scroll;
        width: 100%;
    }

        .ip_m ul {
            display: flex;
            flex-direction: row;
        }

        .ip_m li {
            display: flex;
            min-width: auto;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            flex-shrink: 0
        }

    .ips1 .p_list li:nth-child(4n), .ips1 .p_list li:nth-child(3n) {
        margin-right: 0px;
    }

    .i_pro .r_t {
        margin: 30px 0px 20px 0px;
    }
	.w_1{flex-direction: column;}
}